GET https://api.storenvy.com/v1/webhooks

Get a list of your Webhooks.

Example response:
{
  "data": {
    "webhooks": [
      {
        "id": 1,
        "url": "http://example.com",
        "events": [
          "order/created"
        ]
      }
    ]
  },
  "meta": {
    "code": 200,
    "api_version": "1.0"
  }
}

The Storenvy API is in private beta.
Be one of the first to get access.

Request a Beta Invite